Skip to main content

All Questions

2votes
3answers
211views

Aggregate with a huge list of value objects

I'm currently reading "Implementing Domain-Driven Design" while going through the code samples, but I'm having trouble modeling aggregates that stores a huge list of value objects. For ...
Kyle Richards's user avatar

close